(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
PLANEPTR AllocRaster()
SYNOPSIS
ULONG width
ULONG height

LOCATION
In GfxBase at offset 82
FUNCTION
Allocates memory for a single bitplane with the specified size in pixels.

INPUTS
width, height
The size of the resulting bitplane in pixels.
RESULT
A pointer to the single bitplane.

NOTES
You should not use this function to create BitMaps. Call AllocBitMap() instead.

EXAMPLE
BUGS
SEE ALSO
AllocBitMap(), FreeRaster(), FreeBitMap()
INTERNALS
HISTORY
13.03.1997 srittau
AllocRaster() had wrong offset.
13.03.1997 digulla
Several new functions